[DllImport("kernel32.dll", SetLastError=true)]
static extern bool UpdateResource(IntPtr hUpdate, string lpType, string lpName,
ushort wLanguage, IntPtr lpData, uint cbData);
None.
see BeginUpdateResource to get a handle for hUpdate, and EndUpdateResource to apply the update changes.
sending NULL (probably 0) to lpData will delete the file named at lpName.
Please add some!
Please add some!
Do you know one? Please contribute it!